home *** CD-ROM | disk | FTP | other *** search
- object ViewDLG: TViewDLG
- Left = 244
- Top = 129
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Dialog'
- ClientHeight = 175
- ClientWidth = 388
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 281
- Height = 153
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 24
- Top = 23
- Width = 98
- Height = 13
- Caption = 'Filename to Get: '
- end
- object OKBtn: TBitBtn
- Left = 300
- Top = 8
- Width = 77
- Height = 27
- TabOrder = 2
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 300
- Top = 40
- Width = 77
- Height = 27
- TabOrder = 3
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object FileName: TEdit
- Left = 125
- Top = 19
- Width = 121
- Height = 20
- TabOrder = 0
- end
- object GroupBox1: TGroupBox
- Left = 37
- Top = 56
- Width = 209
- Height = 81
- Caption = 'Transfer Mode'
- TabOrder = 1
- object rbASCII: TRadioButton
- Left = 24
- Top = 13
- Width = 113
- Height = 17
- Caption = 'ASCII'
- TabOrder = 0
- end
- object rbBINARY: TRadioButton
- Left = 24
- Top = 55
- Width = 113
- Height = 17
- Caption = 'Binary'
- TabOrder = 2
- end
- object rbEBCDIC: TRadioButton
- Left = 24
- Top = 34
- Width = 113
- Height = 17
- Caption = 'EBCDIC'
- TabOrder = 1
- end
- end
- end
-